home *** CD-ROM | disk | FTP | other *** search
/ Graphics Plus / Graphics Plus.iso / general / msdl / example.lha / example-scenes / lecture-theatre.lha / lecture1.1.msdl next >
Encoding:
Text File  |  1993-11-30  |  16.4 KB  |  1,169 lines

  1.  
  2.                      /*           theatre.dat            */
  3.  
  4.         /*   THIS IS A SCENE WHICH DESCRIBES LECTURE THEATRE 1.1 IN THE*/
  5.                         /* COMPUTER SCIENCE BUILDING */ 
  6.  
  7.  
  8.     /*   anything enclosed by forward slash and stars requires setting  */
  9.    
  10.         view
  11.              from       100  30   170
  12.              towards    500  1821 450
  13.              up         0    0    1
  14.          window 0 0 0 0
  15.         end 
  16.  
  17. /*        view
  18.              from       200  300   200
  19.              towards    267 455 400
  20.              up         0    0    1
  21.          window 0 0 0 0
  22.         end*/
  23.  
  24.  
  25. defprops
  26.         antique_white               
  27.            src 0 0 0 
  28.            drc     0.97  0.99  0.945
  29.            /*texture file tile*/
  30. end
  31.  
  32. defprops  
  33.     cold_grey
  34.            src 0 0 0 
  35.            drc     0.576  0.588  0.588
  36.            phexp  20
  37. end
  38.  
  39. defprops                           
  40.         ghost_white
  41.            src 0 0 0 
  42.            drc       0.949 1.0 0.875     
  43.            /*texture file breeze_block*/
  44. end
  45.  
  46. defprops
  47.         gold     
  48.            drc     0.996  0.859  0.102 
  49.            src     0.2  0.2   0.2
  50.            phexp  40
  51.            /*texture file wood*/
  52. end
  53.  
  54.  
  55.  
  56. defprops                        
  57.         midnight_blue            
  58.            drc     0.098 0.098 0.4392       
  59.        src 0.5 0.5 0.5
  60.            phexp  40
  61. end 
  62.  
  63.  
  64. defprops
  65.   darkwood
  66.          drc 0.6745 0.5373 0.3882
  67.            src 0 0 0 
  68. end
  69.  
  70.  
  71. defprops
  72.         lamp_black
  73.            drc   0.05  0.05  0.05
  74.        src  0.1 0.1 0.1
  75.            phexp  10  
  76. end
  77.  
  78.  
  79.  
  80. defprops                            
  81.         mahogany             
  82.            drc 0.7725 0.6863 0.4353
  83.            src 0 0 0 
  84.        phexp  40
  85.            /*texture file wood*/
  86. end
  87.  
  88.  
  89.  
  90. defprops
  91.         oak                    
  92.            drc     0.7725 0.6863 0.4353
  93.            src     0.1  0.08  0.05
  94.            phexp  30
  95.            /*texture file wood*/
  96. end
  97.  
  98.  
  99.  
  100.  
  101.  
  102. defobj unit_box_light
  103.  
  104. /*  this light is such that it has no top but just sides */
  105. polygon
  106. 4
  107. 0 0 0
  108. 1 0 0
  109. 1 0 1
  110. 0 0 1
  111. props emission 1.0 1.0 1.0 end
  112. end
  113.  
  114. polygon
  115. 4
  116. 0 0 0
  117. 1 0 0
  118. 1 1 0
  119. 0 1 0
  120. props emission 1.0 1.0 1.0 end
  121. end
  122.  
  123. polygon
  124. 4
  125. 1 1 1
  126. 0 1 1
  127. 0 1 0
  128. 1 1 0
  129. props emission 1.0 1.0 1.0 end
  130. end
  131.  
  132. end
  133.  
  134. defobj unit_cube 
  135.    box 
  136.       0 0 0
  137.       1 1 1
  138.    end
  139. end
  140.  
  141.  
  142.  
  143. defobj floor_front
  144.                  polygon 
  145.                         8
  146.                         1403 732 0
  147.                         0    732 0
  148.                         0    0   0
  149.                         183  0   0
  150.                         183  30  0
  151.                         1220 30  0
  152.                         1220 0   0
  153.                         1403 0   0                       
  154.                         instprops cold_grey      
  155.                  end
  156. end
  157.  
  158.  
  159.  
  160. defobj floor_tier1
  161.                  polygon                 /*         for tier 1 only        */
  162.                         4
  163.                         1403 99 0
  164.                         0    99 0
  165.                         0    0  0
  166.                         1403 0  0         
  167.                         instprops cold_grey      
  168.                  end
  169. end   
  170.  
  171.    
  172.  
  173. defobj floor_tier2
  174.                   polygon                /*  for tiers 2 to 11 inclusive   */
  175.                          8
  176.                          1403 69 0
  177.                          1281 69 0
  178.                          1281 99 0
  179.                          122  99 0
  180.                          122  69 0
  181.                          0    69 0
  182.                          0    0  0
  183.                          1403 0  0
  184.                          instprops cold_grey
  185.                   end
  186. end      
  187.  
  188.  
  189.  
  190. defobj floor_step
  191.                  polygon 
  192.                         4
  193.                         122 30 0
  194.                         0   30 0
  195.                         0   0  0
  196.                         122 0  0
  197.                         instprops cold_grey      
  198.                  end
  199. end
  200.  
  201.  
  202.  
  203. defobj tier_edge
  204.                polygon 
  205.                       4
  206.                       1403 0 3
  207.                       0    0 3
  208.                       0    0 0
  209.                       1403 0 0
  210.                       instprops lamp_black
  211.                end
  212. end  
  213.  
  214.  
  215.                       
  216. defobj tier_front1                      /*  vertical front of tier 1 and  */
  217.                                          /*            and tier 2          */
  218.    instobj tier_edge
  219.       shift 0 0 13
  220.    end
  221.  
  222.    polygon 
  223.            4
  224.            1403 0 13
  225.            0    0 13
  226.            0    0 0
  227.            1403 0 0
  228.            instprops cold_grey
  229.    end
  230.  
  231. end
  232.  
  233.  
  234.  
  235. defobj tier_front2                      /*    vertical front of tiers     */
  236.                                          /*       3 to 11 inclusive        */
  237.    instobj tier_edge
  238.       shift 0 0 20
  239.    end
  240.  
  241.      polygon 
  242.            4
  243.            1403 0 20
  244.            1403 0 0
  245.            0    0 0
  246.            0    0 20
  247.            instprops cold_grey
  248.    end
  249.  
  250. end
  251.  
  252.  
  253.  
  254. defobj step_front
  255.  
  256.    polygon
  257.            4
  258.            122 0 13
  259.            0   0 13
  260.            0   0 10 
  261.            122 0 0
  262.            instprops lamp_black
  263.    end
  264.  
  265.    polygon
  266.            4
  267.            122 0 61
  268.            0   0 61
  269.            0   0 0
  270.            122 0 0
  271.            instprops cold_grey
  272.    end
  273.  
  274. end
  275.  
  276.  
  277.  
  278. defobj step_side_left
  279.  
  280.    polygon
  281.            4
  282.            0 0  13
  283.            0 30 13
  284.            0 30 10
  285.            0 0  10
  286.            instprops lamp_black           
  287.    end   
  288.  
  289.    polygon
  290.            4 
  291.            0 0  10
  292.            0 30 10
  293.            0 30 0
  294.            0 0  0
  295.            instprops cold_grey
  296.    end
  297.  
  298. end
  299.  
  300.  
  301.  
  302. defobj step_side_right
  303.  
  304.    instobj step_side_left
  305.       rotate z 90
  306.    end
  307.  
  308. end 
  309.  
  310.  
  311.  
  312. defobj bottom_tier                      /*           tier 1               */
  313.  
  314.    instobj floor_tier1
  315.       shift 0 0 16
  316.    end
  317.  
  318. end
  319.  
  320.  
  321.  
  322. defobj tier2                            /*            tier 2              */
  323.  
  324.    instobj floor_tier2
  325.       shift 0 0 16
  326.    end
  327.  
  328.    instobj tier_front1
  329.    end
  330.  
  331. end
  332.  
  333. defobj tier
  334. /* Martins hacked step! */
  335.   instobj unit_cube
  336.     scale 1500 100.0 22.0
  337.     shift -200 0 0
  338.     instprops cold_grey
  339.   end
  340. end
  341.  
  342. defobj tier_old                             /*    tiers 3 to 10 inclusive     */
  343.  
  344.  
  345.    instobj floor_tier2
  346.      scale 5.0 1.0 1.0
  347.       shift 0 0 23
  348.    end
  349.  
  350.  
  351.    instobj step_front
  352.      scale 5.0 1.0 1.0
  353.       shift 1281 -29 0
  354.    end
  355.  
  356.    instobj step_side_right
  357.      scale 5.0 1.0 1.0
  358.    end
  359.  
  360.    instobj floor_step
  361.      scale 5.0 1.0 1.0
  362.       shift 1281 -30 13
  363.    end
  364.  
  365.  
  366. end
  367.  
  368.  
  369.  
  370. defobj top_tier                    /*           tier 11                   */
  371.  
  372.    instobj floor_tier1
  373.       shift 0 0 23
  374.    end
  375.  
  376.    instobj floor_step
  377.       shift 0 -30 13
  378.    end
  379.  
  380.    instobj step_front
  381.       shift 0 -30 0
  382.    end
  383.  
  384.    instobj step_side_right
  385.    end
  386.  
  387.    instobj floor_step
  388.       shift 1281 -30 13
  389.    end
  390.  
  391.    instobj step_front
  392.       shift 1281 -30 0
  393.    end
  394.  
  395.    instobj step_side_left
  396.        shift 1281 -30 0
  397.    end   
  398.  
  399. end
  400.  
  401.  
  402.  
  403. defobj lower_ceiling
  404.  
  405.    polygon 
  406.            4
  407.            300 1401 0
  408.            300 0    0
  409.            0   0    0
  410.            0   1401 0
  411.            instprops antique_white
  412.    end
  413.  
  414.    polygon
  415.            4
  416.            300 1581 62
  417.            300 1401 0
  418.            0   1401 0
  419.            0   1581 62
  420.            instprops antique_white
  421.    end
  422.  
  423.    polygon
  424.            4
  425.            300 1821 62
  426.            300 1581 62
  427.            0   1581 62
  428.            0   1821 62
  429.            instprops antique_white
  430.    end
  431.  
  432. end 
  433.  
  434.  
  435.  
  436. defobj higher_ceiling
  437.  
  438.    polygon 
  439.            4
  440.            803 1821 0
  441.            803 0    0
  442.            0   0    0
  443.            0   1821 0
  444.            instprops antique_white 
  445.   end
  446.  
  447. end
  448.  
  449.  
  450.  
  451. defobj lower_ceiling_side_left
  452.  
  453.    polygon
  454.            6
  455.            0 1821 92
  456.            0 0    92
  457.            0 0    0
  458.            0 1401 0
  459.            0 1581 62
  460.            0 1821 62
  461.            instprops antique_white
  462.    end 
  463.  
  464. end
  465.  
  466.  
  467.  
  468. defobj lower_ceiling_side_right
  469.  
  470.    polygon
  471.            6
  472.            0 0    92
  473.            0 1821 92
  474.            0 1821 62
  475.            0 1581 62
  476.            0 1401 0
  477.            0 0    0
  478.            instprops antique_white
  479.    end
  480.  
  481. end
  482.  
  483.  
  484.  
  485. defobj ceiling
  486.  
  487.    instobj lower_ceiling
  488.       instprops antique_white
  489.    end
  490.  
  491.    instobj lower_ceiling_side_left
  492.       shift 300 0 0
  493.       instprops mahogany
  494.    end
  495.  
  496.    instobj higher_ceiling
  497.       shift 300 0 92
  498.       instprops antique_white
  499.    end
  500.  
  501.    instobj lower_ceiling_side_right
  502.       shift 1103 0 0
  503.       instprops mahogany
  504.    end
  505.  
  506.    instobj lower_ceiling
  507.       shift 1103 0 0
  508.       instprops antique_white
  509.    end
  510.  
  511. end
  512.  
  513.  
  514.  
  515. defobj desk_top 
  516.  
  517.    instobj unit_cube
  518.       instprops oak
  519.       scale 165 43 2
  520.    end
  521.  
  522. end
  523.  
  524.  
  525.  
  526. defobj seat
  527.  
  528.    instobj unit_cube
  529.       instprops lamp_black
  530.       scale 54 38 6
  531.    end
  532.  
  533. end
  534.  
  535.  
  536.  
  537. defobj seat_back
  538.  
  539.    instobj unit_cube
  540.       instprops lamp_black
  541.       scale 54 6 31
  542.    end
  543.  
  544. end
  545.  
  546.  
  547.  
  548. defobj upper_seat_back
  549.  
  550.    instobj unit_cube
  551.       instprops lamp_black
  552.       scale 54 6 6
  553.    end
  554.  
  555. end  
  556.  
  557.  
  558.  
  559. defobj seat_support
  560.  
  561.    instobj unit_cube
  562.       instprops lamp_black
  563.       scale 1 1 51
  564.    end
  565.  
  566. end
  567.  
  568.  
  569.  
  570. defobj desk_support
  571.  
  572.    instobj unit_cube
  573.       instprops lamp_black
  574.       scale 1 1 70
  575.    end
  576.  
  577. end
  578.  
  579.  
  580.  
  581. defobj std_desk_and_seats_unit      /* unit consists of three seats */
  582.                                      /*       and one long desk      */
  583.    instobj desk_top
  584.       shift 0 0 70                   /*  only units on tier one are  */
  585.    end                               /*          standard            */
  586.  
  587.    instobj seat_back
  588.       shift 1 93 54
  589.       instprops lamp_black
  590.    end
  591.  
  592.    instobj seat_back
  593.       shift 56 93 54
  594.       instprops lamp_black
  595.    end
  596.  
  597.    instobj seat_back
  598.       shift 111 93 54
  599.       instprops lamp_black
  600.    end
  601.  
  602.    instobj seat
  603.       shift 1 55 45
  604.       instprops lamp_black
  605.    end
  606.  
  607.    instobj seat
  608.       shift 56 55 45
  609.       instprops lamp_black
  610.    end
  611.  
  612.    instobj seat
  613.       shift 111 55 45
  614.       instprops lamp_black
  615.    end
  616.  
  617.    instobj seat_support
  618.       shift 0 80 0
  619.       instprops lamp_black
  620.    end
  621.  
  622.    instobj seat_support
  623.       shift 55 80 0
  624.       instprops lamp_black
  625.    end
  626.  
  627.    instobj seat_support
  628.       shift 110 80 0
  629.       instprops lamp_black
  630.    end
  631.  
  632.    instobj seat_support
  633.       shift 164 80 0
  634.       instprops lamp_black
  635.    end
  636.  
  637.    instobj desk_support
  638.    end
  639.  
  640.    instobj desk_support
  641.       shift 164 0 0
  642.    end
  643.  
  644. end
  645.  
  646.  
  647.                               
  648. defobj front_unit                   /*  same as std desk and seats  */
  649.                                      /*   plus front plastic panel   */
  650.    instobj std_desk_and_seats_unit
  651.    end                               /*   This unit is for the front */
  652.                                      /*           row only           */
  653.    instobj unit_cube
  654.       instprops oak
  655.       scale 165 6 40
  656.       shift 0 -6 28
  657.    end
  658.  
  659. end
  660.  
  661.  
  662.  
  663. defobj upper_unit
  664.  
  665.    instobj std_desk_and_seats_unit
  666.    end                               /* This unit is for the tiers   */ 
  667.                                      /*    two through to eleven     */
  668.    instobj upper_seat_back          /* and consists of the std unit */
  669.       shift 1 93 87                  /*   plus an extra upper back.  */
  670.    end                               /* This is needed because of the*/
  671.                                      /*  greater height of the step  */ 
  672.    instobj upper_seat_back          /*   of tiers three to eleven   */
  673.       shift 1 93 87
  674.    end
  675.  
  676.    instobj upper_seat_back
  677.       shift 56 93 87
  678.    end
  679.  
  680.    instobj upper_seat_back
  681.       shift 111 93 87
  682.    end
  683.  
  684. end
  685.  
  686.  
  687. defobj front_desks
  688.  
  689.    instobj front_unit
  690.    end
  691.  
  692.    instobj front_unit
  693.       shift 165 0 0
  694.    end
  695.  
  696.    instobj front_unit
  697.       shift 330 0 0
  698.    end
  699.  
  700.    instobj front_unit
  701.       shift 495 0 0
  702.    end
  703.  
  704.    instobj front_unit
  705.       shift 660 0 0
  706.    end
  707.  
  708.    instobj front_unit
  709.       shift 825 0 0
  710.    end
  711.  
  712.    instobj front_unit
  713.       shift 990 0 0
  714.    end
  715.  
  716. end
  717.  
  718.  
  719.  
  720. defobj tier1_desks
  721.  
  722.    instobj std_desk_and_seats_unit
  723.    end
  724.  
  725.    instobj std_desk_and_seats_unit
  726.       shift 165 0 0
  727.    end
  728.  
  729.    instobj std_desk_and_seats_unit
  730.       shift 330 0 0
  731.    end
  732.  
  733.    instobj std_desk_and_seats_unit
  734.       shift 495 0 0
  735.    end
  736.  
  737.    instobj std_desk_and_seats_unit
  738.       shift 660 0 0
  739.    end
  740.  
  741.    instobj std_desk_and_seats_unit
  742.       shift 825 0 0
  743.    end
  744.  
  745.    instobj std_desk_and_seats_unit
  746.       shift 990 0 0
  747.    end
  748.  
  749. end
  750.  
  751.  
  752. defobj door_handle
  753.    instobj unit_cube
  754. /*      instprops silver */
  755.       scale 10 1 3
  756.    end
  757. end
  758.  
  759.  
  760. defobj uppertier_desks
  761.  
  762.    instobj tier
  763.      instprops cold_grey
  764.    end
  765.  
  766.    instobj upper_unit
  767.    end
  768.  
  769.    instobj upper_unit
  770.       shift 165 0 0
  771.    end
  772.  
  773.    instobj upper_unit
  774.       shift 330 0 0
  775.    end
  776.  
  777.    instobj upper_unit
  778.       shift 495 0 0
  779.    end
  780.  
  781.    instobj upper_unit
  782.       shift 660 0 0
  783.    end
  784.  
  785.    instobj upper_unit
  786.       shift 825 0 0
  787.    end
  788.  
  789.    instobj upper_unit
  790.       shift 990 0 0
  791.    end
  792.  
  793. end
  794.  
  795.  
  796. defobj door_knob
  797.  
  798.    cylinder
  799.              0 0 3   capped
  800.              0 5 3
  801.              3
  802.              instprops gold
  803.    end
  804.  
  805. end
  806.  
  807.  
  808. defobj wood_door
  809.  
  810.    polygon 
  811.            4
  812.            62 0 230
  813.            0  0 230
  814.            0  0 0
  815.            62 0 0
  816.            instprops darkwood       
  817.    end                                    
  818.  
  819. end
  820.  
  821.  
  822.  
  823. defobj left_door
  824.  
  825.    instobj wood_door
  826.    end
  827.  
  828.    instobj door_handle
  829.       shift 48 -5 130
  830.    end
  831.  
  832. end
  833.  
  834.  
  835.  
  836. defobj right_door
  837.  
  838.    instobj wood_door
  839.    end
  840.  
  841.    instobj door_handle
  842.       shift 14 -5 130
  843.    end
  844.  
  845. end          
  846.   
  847.  
  848.  
  849. defobj double_doors
  850.  
  851.    instobj left_door
  852.     instprops oak
  853.    end
  854.  
  855.    instobj right_door
  856.       shift 62 0 0
  857.       instprops oak
  858.    end
  859.  
  860. end
  861.  
  862.  
  863.  
  864. defobj left_wall
  865.    
  866.    polygon
  867.           4
  868.           0 1821 499
  869.           0 0    499
  870.           0 0    0
  871.           0 1821 0
  872.           instprops ghost_white
  873.    end 
  874.  
  875. end
  876.  
  877.  
  878.  
  879. defobj floor
  880.  
  881.    polygon
  882.           4
  883.           0 0    0
  884.           1200 0 0
  885.           1200 1821 0
  886.           0 1821 0
  887.           instprops ghost_white
  888.    end
  889. end
  890.  
  891.  
  892. defobj right_wall
  893.    
  894.    polygon
  895.           4
  896.           0 0    499
  897.           0 1821 499
  898.           0 1821 0
  899.           0 0    0
  900.           instprops ghost_white
  901.    end 
  902.  
  903. end
  904.  
  905.  
  906.  
  907. defobj back_wall
  908.  
  909.    polygon
  910.           4
  911.           1279 1830    499 
  912.           0    1830    499
  913.           0    1830    0
  914.           1279 1830    0
  915.           instprops ghost_white
  916.    end
  917.  
  918. end
  919.  
  920. defobj front_wall
  921.  
  922.    polygon
  923.           4
  924.           1155 0    260 
  925.           0    0    260
  926.           0    0    0
  927.           1155 0    0
  928.           instprops ghost_white
  929.    end
  930.  
  931. end
  932.  
  933. defobj lower_ceiling_lights
  934.  
  935. instobj unit_box_light
  936. scale 30 1401 5
  937. end
  938.  
  939. instobj unit_box_light
  940. scale 30 190.37 5
  941. shift -15 -95.185 -2.5
  942. rotate x 78.88
  943. shift 15 95.185 2.5
  944. shift 0 1401 31
  945. end
  946.  
  947.  
  948. instobj unit_box_light
  949. scale 30 240 5
  950. shift 0 1581 62
  951. end
  952.  
  953. end
  954.  
  955. defobj whole_scene
  956.  
  957.    instobj lower_ceiling_lights
  958.    shift 30 0 402
  959.    end
  960.  
  961.    instobj lower_ceiling_lights
  962.    shift 239 0 402
  963.    end
  964.  
  965.    instobj lower_ceiling_lights
  966.    shift 1373 0 402
  967.    end
  968.  
  969.    instobj lower_ceiling_lights
  970.    shift 1164 0 402
  971.    end
  972.  
  973.    instobj floor_front
  974.      instprops cold_grey
  975.    end
  976.  
  977.    instobj front_desks
  978.       shift 124 633 0
  979.    end
  980. /*
  981.    instobj tier
  982.    end
  983.  
  984.    instobj top_tier
  985.    end
  986.  
  987.    instobj tier2
  988.    end
  989.  
  990.    instobj bottom_tier
  991.       shift 124 732 16
  992.    end
  993.  
  994. */
  995.    instobj tier
  996.       shift 124 732 16
  997.     instprops cold_grey
  998.    end
  999.  
  1000.    instobj tier
  1001.       shift 124 633 0
  1002.         instprops cold_grey
  1003.    end
  1004.  
  1005.  
  1006.    instobj tier1_desks
  1007.       shift 124 732 16
  1008.    end
  1009.  
  1010.    instobj uppertier_desks                /*  tier 2                   */
  1011.       shift 124 831 32
  1012.    end
  1013.  
  1014.    instobj uppertier_desks                /*  tier 3                   */
  1015.       shift 124 930 55
  1016.    end
  1017.  
  1018.    instobj uppertier_desks                /*  tier 4                   */
  1019.       shift 124 1029 78
  1020.    end
  1021.  
  1022.    instobj uppertier_desks                /*  tier 5                   */
  1023.       shift 124 1128 101
  1024.    end
  1025.  
  1026.    instobj uppertier_desks                /*  tier 6                   */
  1027.       shift 124 1227 124
  1028.    end
  1029.  
  1030.    instobj uppertier_desks                /*  tier 7                   */
  1031.       shift 124 1326 147
  1032.    end
  1033.  
  1034.    instobj uppertier_desks                /*  tier 8                   */
  1035.       shift 124 1425 170
  1036.    end
  1037.  
  1038.    instobj uppertier_desks                /*  tier 9                   */
  1039.       shift 124 1524 193
  1040.    end
  1041.  
  1042.    instobj uppertier_desks                /*  tier 10                   */
  1043.       shift 124 1623 216
  1044.    end
  1045.  
  1046.    instobj uppertier_desks                /*  tier 11                  */
  1047.       shift 124 1722 239
  1048.    end
  1049.  
  1050.    instobj floor
  1051.     instprops cold_grey
  1052.    end
  1053.  
  1054.    instobj ceiling
  1055.       shift 0 0 407
  1056.       instprops cold_grey
  1057.    end
  1058.  
  1059.    instobj left_wall
  1060.     instprops ghost_white
  1061.    end
  1062.  
  1063. /*   instobj front_wall
  1064.    end*/
  1065.  
  1066.    instobj right_wall
  1067.       shift 1403 0 0
  1068.     instprops ghost_white
  1069.    end
  1070.  
  1071.    instobj back_wall
  1072.       instprops ghost_white
  1073.    end
  1074.  
  1075.    instobj double_doors
  1076.       shift 0 1821 239
  1077.       instprops oak
  1078.    end
  1079.  
  1080.    instobj double_doors
  1081.       shift 1279 1821 239
  1082.       instprops oak
  1083.    end
  1084.  
  1085. end
  1086.  
  1087. instobj whole_scene
  1088. end
  1089.  
  1090.  
  1091.  
  1092.  
  1093.  
  1094.  
  1095.  
  1096.  
  1097.  
  1098.  
  1099.  
  1100.  
  1101.  
  1102.  
  1103.  
  1104.  
  1105.  
  1106.  
  1107.  
  1108.  
  1109.  
  1110.  
  1111.  
  1112.  
  1113.  
  1114.  
  1115.  
  1116.  
  1117.  
  1118.  
  1119.  
  1120.  
  1121.  
  1122.  
  1123.  
  1124.  
  1125.  
  1126.  
  1127.  
  1128.  
  1129.  
  1130.  
  1131.  
  1132.  
  1133.  
  1134.  
  1135.  
  1136.  
  1137.  
  1138.  
  1139.  
  1140.  
  1141.  
  1142.  
  1143.  
  1144.  
  1145.  
  1146.  
  1147.  
  1148.  
  1149.  
  1150.  
  1151.  
  1152.  
  1153.  
  1154.  
  1155.  
  1156.  
  1157.  
  1158.  
  1159.  
  1160.  
  1161.  
  1162.  
  1163.  
  1164.  
  1165.  
  1166.  
  1167.  
  1168.  
  1169.